IsLowerBoundInfinity Property
Indicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound).
public bool IsLowerBoundInfinity {get;}
'Declaration
Public ReadOnly Property IsLowerBoundInfinity As Boolean
Property Value
true if the lower bound of the current range is inclusive; otherwise,
false.